home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / JUL / JO9507 / track.dfm / track.txt
Text File  |  1995-05-30  |  12KB  |  411 lines

  1. object FrmDBTrack: TFrmDBTrack
  2.   Left = 203
  3.   Top = 105
  4.   ActiveControl = DBEdit1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'DBTracker - Database event tracking utility'
  8.   ClientHeight = 269
  9.   ClientWidth = 574
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 199
  20.     Top = 2
  21.     Width = 57
  22.     Height = 13
  23.     Caption = 'Calc Field'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 338
  27.     Top = 3
  28.     Width = 91
  29.     Height = 13
  30.     Caption = 'Call Method for:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 11
  34.     Top = 2
  35.     Width = 42
  36.     Height = 13
  37.     Caption = 'CustNo'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 67
  41.     Top = 2
  42.     Width = 52
  43.     Height = 13
  44.     Caption = 'Company'
  45.   end
  46.   object DBGrid1: TDBGrid
  47.     Left = 8
  48.     Top = 62
  49.     Width = 246
  50.     Height = 181
  51.     TabStop = False
  52.     DataSource = dsDetail
  53.     TabOrder = 5
  54.     TitleFont.Color = clBlack
  55.     TitleFont.Height = -11
  56.     TitleFont.Name = 'MS Sans Serif'
  57.     TitleFont.Style = [fsBold]
  58.   end
  59.   object DBEdit1: TDBEdit
  60.     Left = 8
  61.     Top = 16
  62.     Width = 50
  63.     Height = 20
  64.     DataSource = dsMaster
  65.     MaxLength = 0
  66.     TabOrder = 0
  67.   end
  68.   object DBEdit2: TDBEdit
  69.     Left = 64
  70.     Top = 16
  71.     Width = 135
  72.     Height = 20
  73.     DataSource = dsMaster
  74.     MaxLength = 0
  75.     TabOrder = 1
  76.   end
  77.   object DBNavigator2: TDBNavigator
  78.     Left = 12
  79.     Top = 40
  80.     Width = 241
  81.     Height = 18
  82.     DataSource = dsMaster
  83.     ParentShowHint = False
  84.     ShowHint = True
  85.     TabOrder = 3
  86.     TabStop = True
  87.   end
  88.   object lstEvent: TListBox
  89.     Left = 336
  90.     Top = 42
  91.     Width = 232
  92.     Height = 222
  93.     TabStop = False
  94.     ItemHeight = 13
  95.     TabOrder = 6
  96.   end
  97.   object btnClear: TBitBtn
  98.     Left = 513
  99.     Top = 15
  100.     Width = 21
  101.     Height = 22
  102.     Hint = 'Empty event list'
  103.     ModalResult = 3
  104.     ParentShowHint = False
  105.     ShowHint = True
  106.     TabOrder = 7
  107.     TabStop = False
  108.     OnClick = btnClearClick
  109.     Glyph.Data = {
  110.       BE060000424DBE06000000000000360400002800000024000000120000000100
  111.       0800000000008802000000000000000000000000000000000000000000000000
  112.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000C0DCC000F0C8
  113.       A400000000000000000000000000000000000000000000000000000000000000
  114.       0000000000000000000000000000000000000000000000000000000000000000
  115.       0000000000000000000000000000000000000000000000000000000000000000
  116.       0000000000000000000000000000000000000000000000000000000000000000
  117.       0000000000000000000000000000000000000000000000000000000000000000
  118.       0000000000000000000000000000000000000000000000000000000000000000
  119.       0000000000000000000000000000000000000000000000000000000000000000
  120.       0000000000000000000000000000000000000000000000000000000000000000
  121.       0000000000000000000000000000000000000000000000000000000000000000
  122.       0000000000000000000000000000000000000000000000000000000000000000
  123.       0000000000000000000000000000000000000000000000000000000000000000
  124.       0000000000000000000000000000000000000000000000000000000000000000
  125.       0000000000000000000000000000000000000000000000000000000000000000
  126.       0000000000000000000000000000000000000000000000000000000000000000
  127.       0000000000000000000000000000000000000000000000000000000000000000
  128.       0000000000000000000000000000000000000000000000000000000000000000
  129.       0000000000000000000000000000000000000000000000000000000000000000
  130.       0000000000000000000000000000000000000000000000000000000000000000
  131.       0000000000000000000000000000000000000000000000000000000000000000
  132.       0000000000000000000000000000000000000000000000000000000000000000
  133.       0000000000000000000000000000000000000000000000000000000000000000
  134.       0000000000000000000000000000000000000000000000000000000000000000
  135.       0000000000000000000000000000000000000000000000000000000000000000
  136.       0000000000000000000000000000000000000000000000000000000000000000
  137.       0000000000000000000000000000000000000000000000000000000000000000
  138.       0000000000000000000000000000000000000000000000000000000000000000
  139.       0000000000000000000000000000000000000000000000000000000000000000
  140.       0000000000000000000000000000000000000000000000000000000000000000
  141.       0000000000000000000000000000000000000000000000000000000000000000
  142.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  143.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  144.       0303030303030303030303030303030303030303030303030303030303030303
  145.       0303F8F80303030303030303030303030303030303FF03030303030303030303
  146.       0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
  147.       03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
  148.       030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
  149.       FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
  150.       030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
  151.       F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
  152.       010101F8030303030303030303F8FF030303030303FFF8030303030303030303
  153.       030101010101F80303030303030303030303F8FF0303030303F8030303030303
  154.       0303030303F901010101F8030303030303030303030303F8FF030303F8030303
  155.       0303030303030303F90101010101F8030303030303030303030303F803030303
  156.       F8FF030303030303030303F9010101F8010101F803030303030303030303F803
  157.       03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
  158.       03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
  159.       03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
  160.       0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
  161.       030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
  162.       03030303030303030303030303030303030303030303030303F8F8F803030303
  163.       0303030303030303030303030303030303030303030303030303030303030303
  164.       0303}
  165.     NumGlyphs = 2
  166.   end
  167.   object DBEdit4: TDBEdit
  168.     Left = 204
  169.     Top = 16
  170.     Width = 52
  171.     Height = 20
  172.     TabStop = False
  173.     DataSource = dsMaster
  174.     MaxLength = 0
  175.     TabOrder = 2
  176.   end
  177.   object DBNavigator1: TDBNavigator
  178.     Left = 12
  179.     Top = 247
  180.     Width = 241
  181.     Height = 18
  182.     DataSource = dsDetail
  183.     ParentShowHint = False
  184.     ShowHint = True
  185.     TabOrder = 4
  186.     TabStop = True
  187.   end
  188.   object edCount: TEdit
  189.     Left = 540
  190.     Top = 16
  191.     Width = 26
  192.     Height = 20
  193.     TabStop = False
  194.     Color = clBtnFace
  195.     ParentShowHint = False
  196.     ReadOnly = True
  197.     ShowHint = False
  198.     TabOrder = 8
  199.     Text = '0'
  200.   end
  201.   object cboTables: TComboBox
  202.     Left = 336
  203.     Top = 16
  204.     Width = 101
  205.     Height = 20
  206.     TabStop = False
  207.     Style = csDropDownList
  208.     ItemHeight = 13
  209.     TabOrder = 9
  210.     OnChange = cboTablesChange
  211.   end
  212.   object GroupBox1: TGroupBox
  213.     Left = 260
  214.     Top = 33
  215.     Width = 72
  216.     Height = 231
  217.     Caption = 'Methods'
  218.     TabOrder = 10
  219.     object btnInsert: TBitBtn
  220.       Left = 9
  221.       Top = 22
  222.       Width = 56
  223.       Height = 21
  224.       Hint = 'Call TTable.Insert'
  225.       Caption = '&Insert'
  226.       Font.Color = clBlack
  227.       Font.Height = -11
  228.       Font.Name = 'MS Sans Serif'
  229.       Font.Style = [fsBold]
  230.       ParentFont = False
  231.       ParentShowHint = False
  232.       ShowHint = True
  233.       TabOrder = 0
  234.       TabStop = False
  235.       OnClick = btnInsertClick
  236.     end
  237.     object btnDelete: TBitBtn
  238.       Left = 9
  239.       Top = 49
  240.       Width = 56
  241.       Height = 21
  242.       Hint = 'Call TTable.Delete'
  243.       Caption = '&Delete'
  244.       ParentShowHint = False
  245.       ShowHint = True
  246.       TabOrder = 1
  247.       TabStop = False
  248.       OnClick = btnDeleteClick
  249.     end
  250.     object btnEdit: TBitBtn
  251.       Left = 9
  252.       Top = 76
  253.       Width = 56
  254.       Height = 22
  255.       Hint = 'Call TTable.Edit'
  256.       Caption = '&Edit'
  257.       ParentShowHint = False
  258.       ShowHint = True
  259.       TabOrder = 2
  260.       TabStop = False
  261.       OnClick = btnEditClick
  262.     end
  263.     object btnPost: TBitBtn
  264.       Left = 9
  265.       Top = 111
  266.       Width = 56
  267.       Height = 21
  268.       Hint = 'Call TTable.Post'
  269.       Caption = '&Post'
  270.       ParentShowHint = False
  271.       ShowHint = True
  272.       TabOrder = 3
  273.       TabStop = False
  274.       OnClick = btnPostClic